home *** CD-ROM | disk | FTP | other *** search
- <!--- #include file = "index.js" --->
- <html>
- <head>
- <title>ASPFusion Security Box Administration</title>
- </head>
- <body bgcolor="#CAE4FF">
- <form action="act_index.asp" Method="POST" NAME="indexform" Onsubmit="return index_checkit();" Onload="return focusit(document.indexform.Password);">
- <div align="right">
- <table cellpadding="0" cellspacing="1" width="25%">
- <tr width="100%" align="right">
- <td><img src="Images/aspfusion.gif"></td>
- </tr>
- </table>
- </div>
- <p> </p>
- <table align="center" width="100%">
- <tr>
- <td colspan="2">
- <%if Request.QueryString("result") = "0" then%>
- <p align="center"><font color="#FF0000" face="Arial" size="2"><b><%=Session("Error")%></b></p>
- <%else%>
- <p> </p>
- <%end if%>
- </td>
- </tr>
- <tr>
- <td width="50%" align="right"><br><input type="password" name="Password" size="15"></td>
- <td width="50%" align="left"><br><input type="submit" value="Login" name="Login"></td>
- </tr>
- </table>
- <p> </p>
- <table align="center" width="40%">
- <tr>
- <td>
- <p align="center"><font color="#4D82D2" face="Arial" size="2">In
- order to access the ASPFusion Security Box administration, you need
- to login using the administrator password.</font></p></td>
- </tr>
- </table>
- <p> </p>
- <table align="center" width="100%">
- <tr>
- <td align="center" valign="bottom">
- <font face="Arial" color="#000000" size="1">Copyright ⌐ 2000, Advanced Communications</font>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
-